home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / mission6difficulty.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  2.3 KB  |  134 lines

  1. menu "mission6difficulty" 639 479 NONE 0
  2. bgcolor 1 1 1 1
  3. borderstyle NONE
  4. bgfill 0 0 0 1
  5. fullscreen 1
  6. //vidmode 3
  7. //fadein 0.5
  8. //include "ui/common.inc"
  9. virtualres 1
  10. include "ui/briefing_room_nobuttons.inc"
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. resource
  28. Label
  29. {
  30. name "difficulty"
  31. rect 192 152 256 176
  32. fgcolor 0.50 0.50 0.50 1.00
  33. bgcolor 0.00 0.00 0.00 0.00
  34. borderstyle "NONE"
  35. shader "difficulty"
  36. }
  37. resource
  38. Button
  39. {
  40. name "difficulty"
  41. rect 200 232 240 32
  42. fgcolor 0.50 0.50 0.50 1.00
  43. bgcolor 0.50 0.50 0.50 0.00
  44. borderstyle "NONE"
  45. shader "menu_button_trans"
  46. hovershader "menu_button_glow"
  47. stuffcommand "difficultymedium; spmap briefing/briefing6"
  48. }
  49. resource
  50. Button
  51. {
  52. name "difficulty"
  53. rect 200 264 240 32
  54. fgcolor 0.50 0.50 0.50 1.00
  55. bgcolor 0.50 0.50 0.50 0.00
  56. borderstyle "NONE"
  57. shader "menu_button_trans"
  58. hovershader "menu_button_glow"
  59. stuffcommand "difficultyhard; spmap briefing/briefing6"
  60. }
  61. resource
  62. Button
  63. {
  64. name "cancel"
  65. rect 272 304 96 16
  66. fgcolor 0.50 0.50 0.50 1.00
  67. bgcolor 0.50 0.50 0.50 0.00
  68. borderstyle "NONE"
  69. shader "menu_button_trans"
  70. hovershader "menu_button_glow"
  71. stuffcommand "popmenu 0"
  72. }
  73. resource
  74. Button
  75. {
  76. name "difficulty"
  77. rect 200 200 240 32
  78. fgcolor 0.50 0.50 0.50 1.00
  79. bgcolor 0.50 0.50 0.50 0.00
  80. borderstyle "NONE"
  81. shader "menu_button_trans"
  82. hovershader "menu_button_glow"
  83. stuffcommand "difficultyeasy; spmap briefing/briefing6"
  84. }
  85. resource
  86. Button
  87. {
  88. name "cancel"
  89. rect 0 152 192 176
  90. fgcolor 0.50 0.50 0.50 1.00
  91. bgcolor 0.50 0.50 0.50 0.00
  92. borderstyle "NONE"
  93. shader "menu_button_trans"
  94. hovershader "menu_button_trans"
  95. stuffcommand "popmenu 0"
  96. }
  97. resource
  98. Button
  99. {
  100. name "cancel"
  101. rect 0 0 640 152
  102. fgcolor 0.50 0.50 0.50 1.00
  103. bgcolor 0.50 0.50 0.50 0.00
  104. borderstyle "NONE"
  105. shader "menu_button_trans"
  106. hovershader "menu_button_trans"
  107. stuffcommand "popmenu 0"
  108. }
  109. resource
  110. Button
  111. {
  112. name "cancel"
  113. rect 448 152 192 176
  114. fgcolor 0.50 0.50 0.50 1.00
  115. bgcolor 0.50 0.50 0.50 0.00
  116. borderstyle "NONE"
  117. shader "menu_button_trans"
  118. hovershader "menu_button_trans"
  119. stuffcommand "popmenu 0"
  120. }
  121. resource
  122. Button
  123. {
  124. name "cancel"
  125. rect 0 328 640 152
  126. fgcolor 0.50 0.50 0.50 1.00
  127. bgcolor 0.50 0.50 0.50 0.00
  128. borderstyle "NONE"
  129. shader "menu_button_trans"
  130. hovershader "menu_button_trans"
  131. stuffcommand "popmenu 0"
  132. }
  133. end.
  134.